home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005.7z / CHIP Utilities 2005.iso / images / fdmsrrc.igz / fdmsrrc.img / LIB / Ndis / DM9PCI.CAB / dm9pci.ini < prev    next >
Text File  |  2002-02-20  |  2KB  |  49 lines

  1. ;---------------------------------------------------------------------------------
  2. ; PROTOCOL.INI of DAVICOM DM9 PCI Series Ethernet Adapter
  3. ;---------------------------------------------------------------------------------
  4. ; Description :
  5. ;       Drivername = DM9PCI$
  6. ;
  7. ;       SLOT =  1
  8. ;          This parameter specifies the slot number used for notifications.
  9. ;          For PCI slot , you can specify from 1 to 16.
  10. ;
  11. ;       MEDIA_TYPE = AUTODETECT    --> Auto detect the data rate and duplex mode
  12. ;                   FM_100M_FULL   --> Forced 100M Full Duplex Mode
  13. ;                   FM_100M_HALF   --> Forced 100M Half Duplex Mode
  14. ;                   FM_10M_FULL    --> Forced 10M Full Duplex Mode
  15. ;                   FM_10M_HALF    --> Forced 10M Half Duplex Mode
  16. ;                   FM_1M_HOMEPNA  --> Forced 1M HomePNA
  17. ;          This parameter specifies the connector type configuration
  18. ;          (data rate and duplex mode) of the  network adapter card.
  19. ;
  20. ;       POWER_SPEED = LOW_PW_HIGH_SP    --> set low power high speed for HOMEPNA
  21. ;                     LOW_PW_LOW_SP     --> set low power low speed for HOMEPNA
  22. ;                     HIGH_PW_HIGH_SP   --> set high power low speed for HOMEPNA
  23. ;                     HIGH_PW_LOW_SP    --> set high power low speed for HOMEPNA
  24. ;
  25. ;       IGNORE_REMCMD = ENABLE          --> ignore remote command
  26. ;                       DISABLE         --> accept remote command
  27. ;
  28. ;       SEND_REMCMD = ENABLE            --> send remote command
  29. ;                     DISABLE           --> don't send remote command
  30. ;
  31. ;       VLAN = ENABLE                   --> enable VLAN
  32. ;              DISABLE                  --> disable VLAN (default)
  33. ;
  34. ;       RX_FLOW = ENABLE                --> enable Rx flow control
  35. ;                 DISABLE               --> disable Rx flow control (default)
  36. ;
  37. ;       TX_FLOW = ENABLE                --> enable Tx flow control
  38. ;                 DISABLE               --> disable Tx flow control
  39. ;
  40. ;       LSPEED = 700
  41. ;          This paramter set line speed of HPNA PHY and must be the value
  42. ;          from one of <700, 500, 1400, 1600> (default 700)
  43. ;------------------------------------------------------------------------------
  44.         DriverName = DM9PCI$
  45.         MEDIA_TYPE = AUTODETECT
  46.         IGNORE_REMCMD = ENABLE
  47.         SEND_REMCMD = DISABLE
  48.         TX_FLOW = DISABLE
  49.